ArcPad Extension Preferences File Schema
NAVIGATION Element
See Also  Send comments on this topic.
ArcPad Extension Preferences File Schema : NAVIGATION Element

Glossary Item Box

Description

Used to specify scripts to call when Navigation object events occur.

Diagram

NAVIGATION Element

Overview

NAVIGATION
Used to specify scripts to call when Navigation object events occur.
ongoto optional xs:string
Specify the script to run when this event occurs.
oninrange optional xs:string
Specify the script to run when this event occurs.

Attributes

NameTypeUseDefaultFixedDescription
ongotoxs:stringoptional  Specify the script to run when this event occurs.
oninrangexs:stringoptional  Specify the script to run when this event occurs.

Remarks

The script subroutine called should be located in the file specified in the SCRIPT element.

Examples

Source

<xs:element name="NAVIGATION" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute ref="ongoto" />
    <xs:attribute ref="oninrange" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.